home *** CD-ROM | disk | FTP | other *** search
- object RegisCode: TRegisCode
- Left = 139
- Top = 88
- BorderStyle = bsToolWindow
- Caption = 'Enter Authorization Key'
- ClientHeight = 148
- ClientWidth = 392
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 16
- Top = 24
- Width = 361
- Height = 73
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 58
- Top = 41
- Width = 54
- Height = 13
- Alignment = taRightJustify
- Caption = 'Your name:'
- end
- object Label2: TLabel
- Left = 28
- Top = 65
- Width = 84
- Height = 13
- Alignment = taRightJustify
- Caption = 'Authorization key:'
- end
- object Edit1: TEdit
- Left = 120
- Top = 37
- Width = 241
- Height = 21
- MaxLength = 50
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 120
- Top = 61
- Width = 241
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 50
- TabOrder = 1
- end
- object Button1: TButton
- Left = 122
- Top = 112
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 202
- Top = 112
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
-